C1RplImportException クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal ParamArray () As System.Object _
)
public C1RplImportException(
System.string ,
params System.object[]
)
パラメータ
- format
- 例外メッセージの書式設定に使用される書式文字列。
- args
- 書式文字列に渡される引数のリスト。
参照